Mine
public text v1 · immutable#Confing file named hostname.org
<VirtualHost *>
ServerAdmin email@email.com
ServerName http://hostname.org
ServerAlias hostname.org
# Indexes + Directory Root.
DirectoryIndex index.html
DocumentRoot /home/hostname.org/htdocs/
# CGI Directory
ScriptAlias /cgi-bin/ /home/hostname.org/cgi-bin/
<Location /cgi-bin>
Options +ExecCGI
</Location>
# Logfiles
ErrorLog /home/hostname.org/logs/error.log
CustomLog /home/hostname.org/logs/access.log combined
</VirtualHost>